<!DOCTYPE html>
<html>
<body>

<form runat="server">
<asp:Table runat="server" BorderWidth="5" GridLines="vertical">
    <asp:TableRow>
      <asp:TableCell>Hello</asp:TableCell>
      <asp:TableCell>World</asp:TableCell>
    </asp:TableRow>
</asp:Table>
</form>

</body>
</html>